home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / LIBRARY / DSUTIL12 / BIN2FILE / BIN2FILE.DOC next >
Text File  |  1993-10-28  |  3KB  |  80 lines

  1. * File Name:        BIN2FILE.DOC
  2. * Date:            28 October 1993
  3. * Version:        1
  4. * Updates count:    1
  5. * Purpose:           Documentation for BIN2FILE.PAS
  6. * Author:        Dmitry Stefankov
  7. * Format:        Simplified form of ISO/DIS 6592 standard
  8.  
  9.  
  10.  
  11. ------------------- Part 1 (Identification) ------------------------------
  12.  
  13. Program Name:            BIN2FILE.PAS
  14. Version:            1
  15. Release:            30
  16. Date:                28 October 1993
  17. History:            Written for internal use of author
  18.                 (for my BIOS ToolKit)
  19.  
  20.  
  21. ------------------- Part 2 (General) -------------------------------------
  22.  
  23. Responsibility:            no specified
  24. Supply order:            no specified
  25. Purpose:            file(s) image(s) manipulation
  26. Area of usage:            utility program for OS
  27. Common knowledges:        no specified
  28. Problem description:        partial copying to any file
  29. Additional knowledges:        no specified
  30. Agreements and terminology:    standard IBM PC terminology
  31. Algorithms and principles:    described in source code
  32. Function:            single
  33. Characteristics:        application (utility),
  34.                 special class (file-manipulation)
  35. Restrictions:            (1) Intel computer architecture only 
  36.                 (2) see hardware/software requirements
  37. Errors processing:        described in source code
  38. Data safety/protection:        described in source code
  39. Data for application:        input:  any file(s)
  40.                 output:    none
  41. Programming language:        Turbo Pascal (Version 6.0+)
  42. Instructions to compile:    TPC  bin2file.pas , where
  43.                 TPC is a Turbo Pascal command-line compiler
  44. Requirements for software:    operating system:  PC/MS-DOS (Version 3.0+)
  45.                 other:         no specified
  46. Requirements for hardware:    computer:  IBM PC, IBM PS/2 or compatible 
  47.                 memory:    minimum 128 Kbytes
  48.                 other:     no specified
  49. Example to run:            bin2file.exe in.bin out.fil $10 1 7 , where
  50.                 <in.bin>    -> input filename  (from)
  51.                 <out.fil>   -> output filename (to)
  52.                 <$10> -> byte offset for input file  (put)
  53.                 <1>   -> byte offset for output file (get) 
  54.                 <7>   -> number of bytes to copy
  55. Miscellaneous:            none specified
  56.  
  57.  
  58. ------------------- Part 3 (Technical) -----------------------------------
  59.  
  60. Terminolgy and agreements:    no specified
  61. Program structure:        single module
  62. Program listing:        source code available
  63. Data techical description:    no specified
  64. Control commands:        no specified
  65. Work methods:            batch mode
  66. Messages:            described in source code
  67. Setup:                no required
  68. Adaptation:            no specified
  69. Tests:                no specified
  70. Service:            no specified
  71.  
  72.  
  73. ------------------- Part 4 (Miscellaneous) -------------------------------
  74.  
  75. Guarantee:            read license agreement
  76. Changes to source code:        read license agreement
  77. Serial number:            no specified
  78. Price:                read license agreement
  79. Other:                nothing
  80.